home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
090
/
pctj8508.arc
/
HELLO.PLI
< prev
next >
Wrap
Text File
|
1986-09-14
|
256b
|
12 lines
/* Small program to print hello */
/* Robert Barnes */
demo:procedure options(main);
put list ('hello');
end demo;